.agreement .content{

    height: 450px;
    padding: 20px;
    background-color: #fff;

}
.agreement .bottom-toolbar{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
    border: 1px none #EBEEF5;
    border-top-style: solid;
}


.auth .page_title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10px;
}

.auth .login-code {
    width: 33%;
    height: 38px;

}

.auth .login-code img {
    cursor: pointer;
    vertical-align: middle;
}
.auth .login-code-img {
    height: 35px;
    margin-top: -3px;
}

.tip {
    padding: 8px 16px;
    background-color: #ecf8ff;
    border-radius: 4px;
    border-left: 5px solid #50bfff;
    margin: 20px 0;
}

.tip p {
    font-size: 14px;
    color: #5e6d82;
    line-height: 1.5em;
}

.auth .main_tips {
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
    background: #fff7ea;
    color: #a2671a;
}

.auth .main_tips span {
    color: #e1251b;
}
.auth .company-tip{
    font-size: 12px;
    color: #ff8c11;
    font-weight: 400;
    margin-left: 32px;
}


.entry .identity-card dl {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999999;
}
.entry .identity-card dl dt {
    font-weight: normal;
}

.entry dd {
    margin-left: 0;
}

.entry dd, dt {
    line-height: 1.6;
}
.entry .s_flex {
    display: flex;
}

.entry .identity-photos .identity-photo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.entry .identity-photos .identity-photo-item p {
    line-height: 20px;
    font-size: 12px;
}

.entry .identity-photos .identity-photo-item .identity-image {
    width: 200px;
    height: 118px;
    border: 1px solid #e5e5e6;
    border-radius: 6px;
    overflow: hidden;
}

.entry .identity-photos .identity-photo-item .identity-image img {
    width: 100%;
    height: 100%;
}
.entry img {
    vertical-align: middle;
}
.entry img {
    border: 0;
}

